home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_DROPFILE / TFORM_DROPFILE.txt
Text File  |  2003-11-13  |  2KB  |  83 lines

  1. object Form_DropFile: TForm_DropFile
  2.   Left = 364
  3.   Top = 312
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select import method'
  6.   ClientHeight = 161
  7.   ClientWidth = 304
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button_OK: TButton
  20.     Left = 10
  21.     Top = 130
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 1
  28.   end
  29.   object Button_Cancel: TButton
  30.     Left = 90
  31.     Top = 130
  32.     Width = 75
  33.     Height = 25
  34.     Cancel = True
  35.     Caption = 'Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 2
  38.   end
  39.   object PagesImp: TNotebook
  40.     Left = 0
  41.     Top = 0
  42.     Width = 304
  43.     Height = 126
  44.     Align = alTop
  45.     TabOrder = 0
  46.     object TPage
  47.       Left = 0
  48.       Top = 0
  49.       Caption = 'PAGE_METHOD'
  50.       object RG_Action: TRadioGroup
  51.         Left = 8
  52.         Top = 5
  53.         Width = 288
  54.         Height = 111
  55.         Caption = ' &Method for importing files: '
  56.         TabOrder = 0
  57.       end
  58.     end
  59.     object TPage
  60.       Left = 0
  61.       Top = 0
  62.       Caption = 'PAGE_HTML'
  63.       object RG_HTML: TRadioGroup
  64.         Left = 8
  65.         Top = 5
  66.         Width = 288
  67.         Height = 111
  68.         Caption = ' &Method for importing HTML files: '
  69.         TabOrder = 0
  70.       end
  71.     end
  72.   end
  73.   object Btn_HTML: TButton
  74.     Left = 185
  75.     Top = 130
  76.     Width = 110
  77.     Height = 25
  78.     Caption = '&HTML options'
  79.     TabOrder = 3
  80.     OnClick = Btn_HTMLClick
  81.   end
  82. end
  83.